Springboot druid连接池数据库密码加密
突然发现,好久好久没有更新文章了,哎,最近好多事情要做。不说了,都是泪
一、导入依赖
<dependency> |
二、加解密工具类
import org.jasypt.encryption.pbe.StandardPBEStringEncryptor; |
三、把加密后的字符串放在配置文件中
application.properties中的部分 配置
spring.datasource.driverClassName = com.mysql.jdbc.Driver |
四、修改配置阿里连接池的配置文件
"spring.druid.datasource") (prefix = |